home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / shoot_mole.swf / scripts / DefineSprite_113 / frame_1 / PlaceObject2_112_3 / CLIPACTIONRECORD on(press).as
Text File  |  2006-11-17  |  475b  |  22 lines

  1. on(press){
  2.    if(_parent._parent.isClickbosi() == false)
  3.    {
  4.       return undefined;
  5.    }
  6.    _parent.hp--;
  7.    _root.shootP();
  8.    if(_parent.hp == 0)
  9.    {
  10.       _parent._visible = false;
  11.       _parent._parent.kami.gotoAndStop(2);
  12.       _parent._parent.dispatch();
  13.       _root.bonusP(30);
  14.       if(_root.time <= 150)
  15.       {
  16.          _root.spP();
  17.       }
  18.       _root.nugicnt = _root.nugicnt + 1;
  19.       _parent._parent.kao.kaokage._visible = false;
  20.    }
  21. }
  22.